.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:active,
:focus,
a:active,
a:focus {
  outline: none;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 22px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: montserrat;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.container {
  margin: 0 auto;
}

.button {
  font-size: 1rem;
  display: block;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .06px;
  text-align: left;
  color: #fff;
  background-color: none;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 40px;
  padding: 15.5px 39px;
}

.hello {
  position: relative;
  height: 1360px;
}

.hello img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hello__container {
  position: absolute;
  width: 100%;
  max-width: 685px;
  right: 220px;
  top: 331px;
}

.hello__text {
  position: relative;
}

.hello__logo {
  width: 200px;
  margin: 0 auto;
}

.header__title {
  margin-top: 79px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .23px;
  text-align: center;
}

.header__subtitle,
.header__title {
  font-stretch: normal;
  font-style: italic;
  color: #fff;
}

.header__subtitle {
  margin-top: 35px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42;
  max-width: 715px;
  letter-spacing: .15px;
  text-align: justify;
}

.header__button {
  margin: 0 auto;
  margin-top: 53px;
}

.recipe {
  height: 871px;
  position: relative;
}

.recipe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recipe__container {
  position: absolute;
  width: 100%;
  top: 249px;
}

.recipe__text {
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
}

.recipe__title {
  font-size: 3.7rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -.85px;
  text-align: center;
  color: #fff;
}

.recipe__title span {
  display: block;
  font-size: 6.3rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -1.45px;
}

.recipe__line {
  height: 3px;
  width: 246px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 51px;
}

.recipe__subtitle {
  font-size: 1.1rem;
  margin-top: 33px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -.25px;
  text-align: center;
  color: #fff;
}

.recipe__button {
  margin: 0 auto;
  margin-top: 38px;
}

.menu {
  position: relative;
  height: 1412px;
}

.menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu__container {
  position: absolute;
  width: 100%;
}

.menu__header {
  margin: 0 auto;
  margin-top: 132px;
  width: 100%;
  max-width: 1122px;
  position: relative;
  background-color: rgba(10,20,19,.6);
  padding: 31px 0 24px;
}

.menu__title {
  font-size: 3.5rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: .23px;
}

.menu__subtitle,
.menu__title {
  font-stretch: normal;
  text-align: center;
  color: #fff;
}

.menu__subtitle {
  font-size: 1.665rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .11px;
}

.menu__row {
  margin: 0 auto;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1508px;
}

.menu__item {
  width: 100%;
  max-width: 483px;
}

.item__title {
  font-size: 2rem;
  margin-bottom: 70px;
  font-weight: 800;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: .65px;
  text-align: center;
  color: #fff;
}

.item__img {
  position: relative;
}

.item__price-img {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: -90px;
}

.item__price-img img {
  width: 156px;
  height: 156px;
}

.item__subtitle {
  margin: 0 auto;
  margin-top: 98px;
  max-width: 421px;
  font-size: .9rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.18px;
  color: #fff;
}

.item__button,
.item__subtitle {
  font-stretch: normal;
  font-style: normal;
  text-align: center;
}

.item__button {
  display: block;
  border-radius: 26px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .06px;
  color: #010101;
  padding: 10px 38px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 56px;
}

.membership {
  position: relative;
  height: 1198px;
}

.membership img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.membership__container {
  position: absolute;
  width: 100%;
}

.membership__title {
  margin-top: 177px;
  font-size: 3.6rem;
  font-weight: 800;
  font-stretch: normal;
  font-style: italic;
  line-height: .61;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.membership__form {
  margin: 0 auto;
  margin-top: 194px;
  width: 100%;
  max-width: 820px;
  padding: 80px 60px 48px;
  background-color: hsla(0,0%,100%,.6);
}

.membership__input {
  display: block;
  width: 100%;
  background-color: rgba(10,20,19,.4);
  margin-bottom: 33px;
  padding: 20px 0 20px 35px;
  font-size: 1.2rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: 2px;
  text-align: left;
  color: #f9f8f7;
  border-radius: 10px;
}

.membership__input::placeholder {
  color: #f9f8f7;
}

.membership__input_last {
  margin: 0;
}

.membership__button {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .06px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  margin: 0 auto;
  margin-top: 58px;
  border: 4px solid #fff;
  border-radius: 46px;
  padding: 14px 60px;
}

.discont {
  position: relative;
  height: 530px;
}

.discont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discont__container {
  position: absolute;
  width: 100%;
}

.discont__text {
  text-shadow: -9.2px 9.2px 13px rgba(37,33,34,.35);
  font-size: 4rem;
  font-weight: 800;
  font-style: italic;
  line-height: .97;
  letter-spacing: -.8px;
  margin-top: 146px;
}

.discont__button,
.discont__text {
  font-stretch: normal;
  text-align: center;
  color: #fff;
}

.discont__button {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: .06px;
  background-color: transparent;
  margin: 0 auto;
  margin-top: 58px;
  border: 4px solid #fff;
  border-radius: 46px;
  padding: 14px 42px;
}

.new {
  position: relative;
  height: 1378px;
}

.new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new__design {
  position: absolute;
  right: 0;
  height: 970px;
  z-index: 1000;
}

.new__design img {
  height: 100%;
}

.new__container {
  position: absolute;
  width: 100%;
}

.new__title {
  margin-top: 270px;
  font-size: 7rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: italic;
  line-height: .83;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.new__subtitle {
  box-sizing: content-box;
  background-color: rgba(0,0,0,.42);
  text-shadow: -4.9px 4.9px 6.3px rgba(0,0,0,.18);
  max-width: 1002px;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 6.7px;
  color: #fefefe;
  padding: 156px 212px 151px;
}

.new__button,
.new__subtitle {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
}

.new__button {
  z-index: 10000;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .06px;
  color: #fff;
  background-color: transparent;
  margin: 0 auto;
  margin-top: 140px;
  border: 4px solid #fff;
  border-radius: 46px;
  padding: 14px 48px;
}

.video {
  position: relative;
  height: 1088px;
}

.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video__container {
  position: absolute;
  width: 100%;
  max-width: 685px;
  right: 301px;
}

.video__title {
  margin-top: 132px;
  font-size: 1.44rem;
  font-weight: 800;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: .1px;
  text-align: center;
  color: #fefefe;
}

.video__clip {
  margin-top: 60px;
}

.video__clip-title {
  font-size: 1.44rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: italic;
  line-height: .83;
  letter-spacing: .1px;
  text-align: center;
  color: #fafbfd;
}

.video__clip-title span {
  font-size: .9rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.18px;
  color: #fff;
}

.video__clip-subtitle,
.video__clip-title span {
  font-stretch: normal;
  font-style: normal;
  text-align: center;
}

.video__clip-subtitle {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .06px;
  color: #fafbfd;
}

.video__button {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .08px;
  text-align: left;
  color: #000;
  padding: 15px 23px;
  margin: 0 auto;
  margin-top: 32px;
}

.ad {
  position: relative;
  height: 1402px;
}

.ad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad__container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad__text {
  text-shadow: -22.6px 22.6px 13px rgba(37,33,34,.25);
  font-size: 7.2rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: italic;
  line-height: .93;
  letter-spacing: .48px;
  text-align: center;
  color: #fff;
}

.social {
  background-color: #ddd0d1;
  padding: 148px 0 123px;
}

.social__container {
  max-width: 1338px;
}

.social__brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social__design {
  width: 6px;
  height: 365px;
  background-color: #fff;
}

.social__text {
  max-width: 676px;
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 3.6px;
  text-align: justify;
  color: #fefefe;
}

.social__row {
  display: flex;
  justify-content: space-between;
  margin-top: 104px;
  width: 100%;
}

.social__account {
  height: 71px;
}

.social__account img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width:1135px) {
  body,
  html {
    font-size: 18px;
  }

  .hello__container,
  body .video__container,
  html .video__container {
    right: 100px;
  }
}

@media (max-width:992px) {
  .hello {
    height: 1100px;
  }

  .hello__container {
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .social__brand {
    flex-direction: column;
    justify-content: center;
  }

  .social__design {
    display: none;
  }

  .social__text {
    margin-top: 25px;
    letter-spacing: normal;
    text-align: center;
  }

  .social__row {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .social__account {
    margin-top: 15px;
    width: 75%;
    height: 75%;
  }
}

@media (max-width:767px) {
  .hello {
    height: 800px;
  }

  .hello__container {
    top: 150px;
    right: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__title {
    font-size: 2rem;
  }

  .hello__logo {
    width: 150px;
  }

  .header__subtitle {
    font-size: 1.2rem;
    padding: 0 15px;
  }

  .recipe {
    height: 700px;
  }

  .recipe__container {
    top: 100px;
  }

  .recipe__title {
    font-size: 2rem;
  }

  .recipe__title span {
    font-size: 2.8rem;
  }

  .menu {
    height: 2500px;
  }

  .menu__header {
    padding: 15px;
    margin-top: 50px;
  }

  .menu__title {
    font-size: 2rem;
  }

  .menu__subtitle {
    font-size: 1.2rem;
  }

  .menu__row {
    flex-direction: column;
    margin-top: 0;
  }

  .menu__item {
    margin: 0 auto;
    margin-top: 50px;
    width: 75%;
  }

  .item__title {
    margin-bottom: 20px;
  }

  .membership {
    height: 900px;
  }

  .membership__title {
    line-height: normal;
    font-size: 2.8rem;
    margin-top: 50px;
  }

  .membership__form {
    margin-top: 70px;
    padding: 20px;
  }

  .membership__input {
    font-size: .8rem;
    justify-content: center;
    margin-bottom: 15px;
  }

  .discont {
    height: 500px;
  }

  .discont img {
    object-fit: fill;
  }

  .discont__text {
    font-size: 3.2rem;
    margin-top: 50px;
  }

  .new {
    height: 800px;
  }

  .new__title {
    font-size: 3.5rem;
    margin-top: 100px;
  }

  .new__subtitle {
    padding: 15px;
  }

  .new__button {
    margin-top: 50px;
  }

  .video {
    height: 900px;
  }

  .video__container {
    max-width: none;
    left: 0;
    padding: 0 15px;
  }

  .ad {
    height: 500px;
  }

  .ad__text {
    font-size: 3.2rem;
  }
}